Checks if the item has any conflicting unique constraints. This is more extensive than $(SRCTAG KeyedCollection.contains).
Precondition:
assert(items !is null);
Postcondition:
if (result) assert(constraintName !is null && constraintName != ""); else assert(constraintName is null);
See Implementation
Checks if the item has any conflicting unique constraints. This is more extensive than $(SRCTAG KeyedCollection.contains).
Precondition:
Postcondition: